/* basic-css */
/* 基本元素重置 */
html { overflow-x:hidden; }
*{margin:0px; padding:0px;}
body,html{font-size:12px; font-family:"Microsoft YaHei",SimSun,SimHei; color:#686868; background-color:#f5f6f7;}
img{border:0px;}
a{text-decoration:none; color:#404242; outline:none;}
div{margin:0px auto;}
li,dl,dt,dd{list-style-type:none;}
input,textarea,select,option,em,h1,h2,h3,h4,h4,h6,strong,span,li,dl,dt,td{font-size:12px;}
h1,h2,h3,h4,h5,h6,em,i{font-style:normal; font-weight:400; outline:none;}

/* 重用类样式 */
.f_l{float:left !important;}
.f_r{float:right !important;}
.no_margin{margin:0px !important;}
.no_border{border:0px !important;}
.no_bg{background:none !important;}
.clear_both{clear:both !important;}
.display_block{display:block !important;}
.text_over{overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; -moz-binding: url('ellipsis.xml#ellipsis');}


/* 重用自定义样式 */
.w_100{width:100%;}
.w_95{width:95%;}
.indextx{width:980px;margin:0 auto; margin-top:10px; background:#FFFFFF;}
.w_min_width{min-width:1200px;}
.w_1200{width:1200px;}
.w_1067{width:1067px;}
.w_980{width:980px;}

/**/
.content {
	margin-top: 20px;
}
.wrap {
	margin: 0px auto; width: 1200px;
}
/**/
.detail {
	height: 230px; color: rgb(51, 51, 51); line-height: 24px; margin-top: 5px;
}
.detail .title {
	text-align: right; padding-bottom: 10px; margin-bottom: 20px; border-bottom-color: rgb(202, 202, 202); border-bottom-width: 1px; border-bottom-style: solid;
}
.detail h3 {
	font-size:13px; font-family:"Microsoft YaHei",SimSun,SimHei; font-size-adjust: none; font-stretch: normal;
}
.detail h3 {
	color: #4B509E; line-height: 22px; float: left;
}
.detail h3 span {
	background: #4B509E; width: 4px; height: 18px; margin-right: 6px; vertical-align: middle; display: inline-block;
}
/**/


/*公司介绍*/
.com_intro {
	padding: 0px 10px; width: 300px; border-right-color: rgb(170, 170, 170); border-right-width: 1px; border-right-style: solid; float: left;height:230px;
}
.com_intro img {
	margin-left: 10px; float: right;
}

/*公司新闻*/
.news {
	padding: 0px 10px; width: 590px; float: left; 
}
.news li {
	padding: 0px 6px; text-align: right; color: rgb(147, 147, 147);
}
.news li a {
	background: url("../images/list_style.gif") no-repeat left; color: rgb(51, 51, 51); padding-left: 10px; float: left;
}
.news_list {
	margin: 0px 8px; padding-bottom: 80px;
}
.news_list li {
	padding: 0px 18px 0px 10px; text-align: right; line-height: 36px; border-bottom-color: rgb(214, 214, 214); border-bottom-width: 1px; border-bottom-style: solid;
}
.news_list a {
	background: url("../images/list_style2.gif") no-repeat left; padding-left: 10px; float: left;
}
.news_list li span {
	color: rgb(153, 153, 153);
}

/*办公环境*/
.echo {
	width: 256px; padding-left: 10px; border-left-color: rgb(170, 170, 170); border-left-width: 1px; border-left-style: solid; float: left; height:230px;
}
.echo img {
	padding: 2px; border: 1px solid rgb(181, 181, 181); border-image: none; margin-left: 6px;
}

/*合作伙伴*/
.client h3 {
	font-size:13px; font-family:"Microsoft YaHei",SimSun,SimHei; font-size-adjust: none; font-stretch: normal;
}
.client h3 span {
	background: #4B509E; width: 4px; height: 18px; margin-right: 6px; vertical-align: middle; display: inline-block;
}
.client {
	padding: 0px 6px; width: 1200px; clear: both; margin-top: 30px;
}
.client h3 {
	color: #4B509E; line-height: 22px; padding-bottom: 10px; border-bottom-color: rgb(202, 202, 202); border-bottom-width: 1px; border-bottom-style: solid;
}
#demo {
	margin: 15px 4px 0px; width: 1200px; height: 50px; overflow: hidden;
}
#demo img {
	border: 1px solid rgb(229, 229, 229); border-image: none; margin-right: 20px;
}
#demo table {
	margin-left: 4px;
}
#about_demo {
	margin: 15px 4px 0px; width: 1200px; height:auto; overflow: hidden;
}
#about_demo img {
	border: 1px solid rgb(229, 229, 229); border-image: none; margin-right: 20px;
}
#about_demo_sind
  { margin:12px 50px 40px 50px;
	
}
.about_txt
	{font-size:16px; font-family:"Microsoft YaHei",SimSun,SimHei; }
.about_txt_lab
	{font-size:16px; font-family:"Microsoft YaHei",SimSun,SimHei; color:#4B509E}

/*底部通栏*/
.footer {
	background: rgb(62, 62, 62); height: 60px; text-align: center; color: rgb(158, 158, 158); padding-top: 30px; font-size: 14px; margin-top: 38px; min-width: 980px;
}
.footer a {
	color: rgb(158, 158, 158); text-decoration: underline; margin-left: 8px;
}